home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dumpsize / RCS / dumpsize.man,v < prev   
Encoding:
Text File  |  1990-12-18  |  1.8 KB  |  74 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     90.12.17.18.46.35;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Man page for dumpsize.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @'\" Copyright 1990 Regents of the University of California
  27. '\" Permission to use, copy, modify, and distribute this
  28. '\" documentation for any purpose and without fee is hereby
  29. '\" granted, provided that this notice appears in all copies.
  30. '\" The University of California makes no representations about
  31. '\" the suitability of this material for any purpose.  It is
  32. '\" provided "as is" without express or implied warranty.
  33. '\" 
  34. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.2 90/02/20 17:11:01 douglis Exp $ SPRITE (Berkeley)
  35. '/" 
  36. .so \*(]ltmac.sprite
  37. .HS DUMPSIZE cmds
  38. .BS
  39. '\" Note:  do not modify the .SH NAME line immediately below!
  40. .SH NAME
  41. dumpsize \- Calculate size of dumps on a tape
  42. .SH SYNOPSIS
  43. \fBdumpsize\fR \fItapeNum\fR \fIdatesFile\fR
  44. .SH OPTIONS
  45. .IP "\fItapeNum\fR" 15
  46. The number of the tape in question.
  47. .IP "\fIdatesFile\fR" 15
  48. The path of the 
  49. .B dumpdates
  50. file.
  51. .BE
  52.  
  53. .SH DESCRIPTION
  54. .PP
  55. This script grovels over the
  56. .B dumpdates
  57. file and calculates how much space on the tape is taken by the dumps,
  58. file marks, etc.  The tape number is the first argument.  (Each dump
  59. tape has a number, which is written on the tape and its case.)  The
  60. second argument is the path of the
  61. .B dumpdates
  62. file, usually
  63. .BR /sprite/admin/dump/dumpdates .
  64. .PP
  65. The output from the script gives how much space is taken for each
  66. day's dumps (including a guess at how much is needed for file marks)
  67. and the total space taken on the tape.  This lets you guess how much
  68. space will be needed for another day's dumps and whether it will fit
  69. on the given tape.  (Allow 2 gigabytes for an Exabyte cassette.)
  70.  
  71. .SH KEYWORDS
  72. dump, tape, backup, restore
  73. @
  74.